css node declaration: Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Fri, 11 Sep 2015 00:43:21 +0000 (20:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 12 Sep 2015 16:50:37 +0000 (12:50 -0400)
gtk/gtkcssnodedeclaration.c

index 83bbb3d0b68843dc05e4982c455ebdedcdfd1595..87030d0f277cadd6b388949323ff80b0d75d5adb 100644 (file)
@@ -33,7 +33,7 @@ struct _GtkCssNodeDeclaration {
   guint refcount;
   GtkJunctionSides junction_sides;
   GType type;
-  const /* interened */ char *id;
+  const /* interned */ char *id;
   GtkStateFlags state;
   guint n_classes;
   guint n_regions;